home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / id-utils.2 / id-utils / id-utils-3.2 / lisp / Makefile.am < prev    next >
Encoding:
Makefile  |  1996-06-02  |  251 b   |  11 lines

  1. ## Process this file with automake to create Makefile.in
  2.  
  3. EXTRA_DIST = id-utils.el elisp-comp
  4. elc_SCRIPTS = id-utils.elc
  5. elcdir = @LISPDIR@
  6. SUFFIXES = .el .elc
  7.  
  8. .el.elc:
  9.     @echo "WARNING: Warnings can be ignored. :-)"
  10.     $(SHELL) $(srcdir)/elisp-comp $<
  11.